#include "room.h"

#undef EXTRA_RESET
#define EXTRA_RESET no_castle_flag = 1;

FOUR_EXIT("room/vill_green","west",
	 "room/vill_road1","east",
         "room/path2", "south",
         "room/clinic", "northwest",
	 "Village track",
"A track going into the village. It is a well worn hillside path.\n"+
"The track opens up to a road to the east at the bottom of the hill\n" +
"and ends with a green lawn at the top to the west. There is a foot\n"+
"path to the south and a narrow sidewalk to the clinic attached to\n"+
"church to the northwest.\n", 1)
